home *** CD-ROM | disk | FTP | other *** search
/ BMUG Revelations / BMUG Revelations.toast / Programming / Programming Languages / XLisp 2.1e3 / Sources / osdefs.h < prev    next >
Text File  |  1993-01-16  |  425b  |  12 lines

  1. /* osdefs.h - system specific function declarations */
  2. /* Modified for Macintosh -- bsk */
  3.  
  4. extern LVAL xsystem(V);
  5. extern LVAL xgetkey(V);
  6.  
  7. extern LVAL xshowgraphics(V), xhidegraphics(V), xcleargraphics(V);
  8. extern LVAL xshowpen(V), xhidepen(V), xmove(V), xmoveto(V), xdraw(V), xdrawto(V);
  9. extern LVAL xpenmode(V), xpensize(V), xpenpat(V), xpennormal(V), xgetpen(V), xcolor(V);
  10. extern LVAL xtool(V), xtool16(V), xtool32(V);
  11.  
  12.